3.1.13 \(\int x^3 (a+b \sin (c+d x^2))^2 \, dx\) [13]

Optimal. Leaf size=102 \[ \frac {a^2 x^4}{4}+\frac {b^2 x^4}{8}-\frac {a b x^2 \cos \left (c+d x^2\right )}{d}+\frac {a b \sin \left (c+d x^2\right )}{d^2}-\frac {b^2 x^2 \cos \left (c+d x^2\right ) \sin \left (c+d x^2\right )}{4 d}+\frac {b^2 \sin ^2\left (c+d x^2\right )}{8 d^2} \]

[Out]

1/4*a^2*x^4+1/8*b^2*x^4-a*b*x^2*cos(d*x^2+c)/d+a*b*sin(d*x^2+c)/d^2-1/4*b^2*x^2*cos(d*x^2+c)*sin(d*x^2+c)/d+1/
8*b^2*sin(d*x^2+c)^2/d^2

________________________________________________________________________________________

Rubi [A]
time = 0.10, antiderivative size = 102, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 6, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {3460, 3398, 3377, 2717, 3391, 30} \begin {gather*} \frac {a^2 x^4}{4}+\frac {a b \sin \left (c+d x^2\right )}{d^2}-\frac {a b x^2 \cos \left (c+d x^2\right )}{d}+\frac {b^2 \sin ^2\left (c+d x^2\right )}{8 d^2}-\frac {b^2 x^2 \sin \left (c+d x^2\right ) \cos \left (c+d x^2\right )}{4 d}+\frac {b^2 x^4}{8} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^3*(a + b*Sin[c + d*x^2])^2,x]

[Out]

(a^2*x^4)/4 + (b^2*x^4)/8 - (a*b*x^2*Cos[c + d*x^2])/d + (a*b*Sin[c + d*x^2])/d^2 - (b^2*x^2*Cos[c + d*x^2]*Si
n[c + d*x^2])/(4*d) + (b^2*Sin[c + d*x^2]^2)/(8*d^2)

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rule 2717

Int[sin[Pi/2 + (c_.) + (d_.)*(x_)], x_Symbol] :> Simp[Sin[c + d*x]/d, x] /; FreeQ[{c, d}, x]

Rule 3377

Int[((c_.) + (d_.)*(x_))^(m_.)*sin[(e_.) + (f_.)*(x_)], x_Symbol] :> Simp[(-(c + d*x)^m)*(Cos[e + f*x]/f), x]
+ Dist[d*(m/f), Int[(c + d*x)^(m - 1)*Cos[e + f*x], x], x] /; FreeQ[{c, d, e, f}, x] && GtQ[m, 0]

Rule 3391

Int[((c_.) + (d_.)*(x_))*((b_.)*sin[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[d*((b*Sin[e + f*x])^n/(f^2*n^
2)), x] + (Dist[b^2*((n - 1)/n), Int[(c + d*x)*(b*Sin[e + f*x])^(n - 2), x], x] - Simp[b*(c + d*x)*Cos[e + f*x
]*((b*Sin[e + f*x])^(n - 1)/(f*n)), x]) /; FreeQ[{b, c, d, e, f}, x] && GtQ[n, 1]

Rule 3398

Int[((c_.) + (d_.)*(x_))^(m_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(n_.), x_Symbol] :> Int[ExpandIntegrand[
(c + d*x)^m, (a + b*Sin[e + f*x])^n, x], x] /; FreeQ[{a, b, c, d, e, f, m}, x] && IGtQ[n, 0] && (EqQ[n, 1] ||
IGtQ[m, 0] || NeQ[a^2 - b^2, 0])

Rule 3460

Int[(x_)^(m_.)*((a_.) + (b_.)*Sin[(c_.) + (d_.)*(x_)^(n_)])^(p_.), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplif
y[(m + 1)/n] - 1)*(a + b*Sin[c + d*x])^p, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p}, x] && IntegerQ[Simpl
ify[(m + 1)/n]] && (EqQ[p, 1] || EqQ[m, n - 1] || (IntegerQ[p] && GtQ[Simplify[(m + 1)/n], 0]))

Rubi steps

\begin {align*} \int x^3 \left (a+b \sin \left (c+d x^2\right )\right )^2 \, dx &=\frac {1}{2} \text {Subst}\left (\int x (a+b \sin (c+d x))^2 \, dx,x,x^2\right )\\ &=\frac {1}{2} \text {Subst}\left (\int \left (a^2 x+2 a b x \sin (c+d x)+b^2 x \sin ^2(c+d x)\right ) \, dx,x,x^2\right )\\ &=\frac {a^2 x^4}{4}+(a b) \text {Subst}\left (\int x \sin (c+d x) \, dx,x,x^2\right )+\frac {1}{2} b^2 \text {Subst}\left (\int x \sin ^2(c+d x) \, dx,x,x^2\right )\\ &=\frac {a^2 x^4}{4}-\frac {a b x^2 \cos \left (c+d x^2\right )}{d}-\frac {b^2 x^2 \cos \left (c+d x^2\right ) \sin \left (c+d x^2\right )}{4 d}+\frac {b^2 \sin ^2\left (c+d x^2\right )}{8 d^2}+\frac {1}{4} b^2 \text {Subst}\left (\int x \, dx,x,x^2\right )+\frac {(a b) \text {Subst}\left (\int \cos (c+d x) \, dx,x,x^2\right )}{d}\\ &=\frac {a^2 x^4}{4}+\frac {b^2 x^4}{8}-\frac {a b x^2 \cos \left (c+d x^2\right )}{d}+\frac {a b \sin \left (c+d x^2\right )}{d^2}-\frac {b^2 x^2 \cos \left (c+d x^2\right ) \sin \left (c+d x^2\right )}{4 d}+\frac {b^2 \sin ^2\left (c+d x^2\right )}{8 d^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.13, size = 92, normalized size = 0.90 \begin {gather*} \frac {4 a^2 d^2 x^4+2 b^2 d^2 x^4-16 a b d x^2 \cos \left (c+d x^2\right )-b^2 \cos \left (2 \left (c+d x^2\right )\right )+16 a b \sin \left (c+d x^2\right )-2 b^2 d x^2 \sin \left (2 \left (c+d x^2\right )\right )}{16 d^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^3*(a + b*Sin[c + d*x^2])^2,x]

[Out]

(4*a^2*d^2*x^4 + 2*b^2*d^2*x^4 - 16*a*b*d*x^2*Cos[c + d*x^2] - b^2*Cos[2*(c + d*x^2)] + 16*a*b*Sin[c + d*x^2]
- 2*b^2*d*x^2*Sin[2*(c + d*x^2)])/(16*d^2)

________________________________________________________________________________________

Maple [A]
time = 0.06, size = 93, normalized size = 0.91

method result size
risch \(\frac {a^{2} x^{4}}{4}+\frac {b^{2} x^{4}}{8}-\frac {a b \,x^{2} \cos \left (d \,x^{2}+c \right )}{d}+\frac {a b \sin \left (d \,x^{2}+c \right )}{d^{2}}-\frac {b^{2} \cos \left (2 d \,x^{2}+2 c \right )}{16 d^{2}}-\frac {b^{2} x^{2} \sin \left (2 d \,x^{2}+2 c \right )}{8 d}\) \(91\)
default \(\frac {a^{2} x^{4}}{4}+\frac {b^{2} x^{4}}{8}-\frac {b^{2} \left (\frac {x^{2} \sin \left (2 d \,x^{2}+2 c \right )}{4 d}+\frac {\cos \left (2 d \,x^{2}+2 c \right )}{8 d^{2}}\right )}{2}+2 a b \left (-\frac {x^{2} \cos \left (d \,x^{2}+c \right )}{2 d}+\frac {\sin \left (d \,x^{2}+c \right )}{2 d^{2}}\right )\) \(93\)
norman \(\frac {\left (\frac {a^{2}}{4}+\frac {b^{2}}{8}\right ) x^{4}+\left (\frac {a^{2}}{2}+\frac {b^{2}}{4}\right ) x^{4} \left (\tan ^{2}\left (\frac {d \,x^{2}}{2}+\frac {c}{2}\right )\right )+\left (\frac {a^{2}}{4}+\frac {b^{2}}{8}\right ) x^{4} \left (\tan ^{4}\left (\frac {d \,x^{2}}{2}+\frac {c}{2}\right )\right )+\frac {a b \,x^{2} \left (\tan ^{4}\left (\frac {d \,x^{2}}{2}+\frac {c}{2}\right )\right )}{d}+\frac {b^{2} \left (\tan ^{2}\left (\frac {d \,x^{2}}{2}+\frac {c}{2}\right )\right )}{2 d^{2}}-\frac {b^{2} x^{2} \tan \left (\frac {d \,x^{2}}{2}+\frac {c}{2}\right )}{2 d}+\frac {b^{2} x^{2} \left (\tan ^{3}\left (\frac {d \,x^{2}}{2}+\frac {c}{2}\right )\right )}{2 d}+\frac {2 a b \tan \left (\frac {d \,x^{2}}{2}+\frac {c}{2}\right )}{d^{2}}+\frac {2 a b \left (\tan ^{3}\left (\frac {d \,x^{2}}{2}+\frac {c}{2}\right )\right )}{d^{2}}-\frac {a b \,x^{2}}{d}}{\left (1+\tan ^{2}\left (\frac {d \,x^{2}}{2}+\frac {c}{2}\right )\right )^{2}}\) \(228\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3*(a+b*sin(d*x^2+c))^2,x,method=_RETURNVERBOSE)

[Out]

1/4*a^2*x^4+1/8*b^2*x^4-1/2*b^2*(1/4/d*x^2*sin(2*d*x^2+2*c)+1/8/d^2*cos(2*d*x^2+2*c))+2*a*b*(-1/2/d*x^2*cos(d*
x^2+c)+1/2/d^2*sin(d*x^2+c))

________________________________________________________________________________________

Maxima [A]
time = 0.33, size = 87, normalized size = 0.85 \begin {gather*} \frac {1}{4} \, a^{2} x^{4} - \frac {{\left (d x^{2} \cos \left (d x^{2} + c\right ) - \sin \left (d x^{2} + c\right )\right )} a b}{d^{2}} + \frac {{\left (2 \, d^{2} x^{4} - 2 \, d x^{2} \sin \left (2 \, d x^{2} + 2 \, c\right ) - \cos \left (2 \, d x^{2} + 2 \, c\right )\right )} b^{2}}{16 \, d^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*(a+b*sin(d*x^2+c))^2,x, algorithm="maxima")

[Out]

1/4*a^2*x^4 - (d*x^2*cos(d*x^2 + c) - sin(d*x^2 + c))*a*b/d^2 + 1/16*(2*d^2*x^4 - 2*d*x^2*sin(2*d*x^2 + 2*c) -
 cos(2*d*x^2 + 2*c))*b^2/d^2

________________________________________________________________________________________

Fricas [A]
time = 0.37, size = 84, normalized size = 0.82 \begin {gather*} \frac {{\left (2 \, a^{2} + b^{2}\right )} d^{2} x^{4} - 8 \, a b d x^{2} \cos \left (d x^{2} + c\right ) - b^{2} \cos \left (d x^{2} + c\right )^{2} - 2 \, {\left (b^{2} d x^{2} \cos \left (d x^{2} + c\right ) - 4 \, a b\right )} \sin \left (d x^{2} + c\right )}{8 \, d^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*(a+b*sin(d*x^2+c))^2,x, algorithm="fricas")

[Out]

1/8*((2*a^2 + b^2)*d^2*x^4 - 8*a*b*d*x^2*cos(d*x^2 + c) - b^2*cos(d*x^2 + c)^2 - 2*(b^2*d*x^2*cos(d*x^2 + c) -
 4*a*b)*sin(d*x^2 + c))/d^2

________________________________________________________________________________________

Sympy [A]
time = 0.29, size = 136, normalized size = 1.33 \begin {gather*} \begin {cases} \frac {a^{2} x^{4}}{4} - \frac {a b x^{2} \cos {\left (c + d x^{2} \right )}}{d} + \frac {a b \sin {\left (c + d x^{2} \right )}}{d^{2}} + \frac {b^{2} x^{4} \sin ^{2}{\left (c + d x^{2} \right )}}{8} + \frac {b^{2} x^{4} \cos ^{2}{\left (c + d x^{2} \right )}}{8} - \frac {b^{2} x^{2} \sin {\left (c + d x^{2} \right )} \cos {\left (c + d x^{2} \right )}}{4 d} + \frac {b^{2} \sin ^{2}{\left (c + d x^{2} \right )}}{8 d^{2}} & \text {for}\: d \neq 0 \\\frac {x^{4} \left (a + b \sin {\left (c \right )}\right )^{2}}{4} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**3*(a+b*sin(d*x**2+c))**2,x)

[Out]

Piecewise((a**2*x**4/4 - a*b*x**2*cos(c + d*x**2)/d + a*b*sin(c + d*x**2)/d**2 + b**2*x**4*sin(c + d*x**2)**2/
8 + b**2*x**4*cos(c + d*x**2)**2/8 - b**2*x**2*sin(c + d*x**2)*cos(c + d*x**2)/(4*d) + b**2*sin(c + d*x**2)**2
/(8*d**2), Ne(d, 0)), (x**4*(a + b*sin(c))**2/4, True))

________________________________________________________________________________________

Giac [A]
time = 4.35, size = 165, normalized size = 1.62 \begin {gather*} \frac {4 \, {\left (d x^{2} + c\right )}^{2} a^{2} + 2 \, {\left (d x^{2} + c\right )}^{2} b^{2} - 16 \, {\left (d x^{2} + c\right )} a b \cos \left (d x^{2} + c\right ) - 2 \, {\left (d x^{2} + c\right )} b^{2} \sin \left (2 \, d x^{2} + 2 \, c\right ) - b^{2} \cos \left (2 \, d x^{2} + 2 \, c\right ) + 16 \, a b \sin \left (d x^{2} + c\right )}{16 \, d^{2}} - \frac {4 \, {\left (d x^{2} + c\right )} a^{2} c + {\left (2 \, d x^{2} + 2 \, c - \sin \left (2 \, d x^{2} + 2 \, c\right )\right )} b^{2} c - 8 \, a b c \cos \left (d x^{2} + c\right )}{8 \, d^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*(a+b*sin(d*x^2+c))^2,x, algorithm="giac")

[Out]

1/16*(4*(d*x^2 + c)^2*a^2 + 2*(d*x^2 + c)^2*b^2 - 16*(d*x^2 + c)*a*b*cos(d*x^2 + c) - 2*(d*x^2 + c)*b^2*sin(2*
d*x^2 + 2*c) - b^2*cos(2*d*x^2 + 2*c) + 16*a*b*sin(d*x^2 + c))/d^2 - 1/8*(4*(d*x^2 + c)*a^2*c + (2*d*x^2 + 2*c
 - sin(2*d*x^2 + 2*c))*b^2*c - 8*a*b*c*cos(d*x^2 + c))/d^2

________________________________________________________________________________________

Mupad [B]
time = 4.70, size = 95, normalized size = 0.93 \begin {gather*} -\frac {b^2\,{\cos \left (d\,x^2+c\right )}^2-2\,a^2\,d^2\,x^4-b^2\,d^2\,x^4-8\,a\,b\,\sin \left (d\,x^2+c\right )+8\,a\,b\,d\,x^2\,\cos \left (d\,x^2+c\right )+2\,b^2\,d\,x^2\,\cos \left (d\,x^2+c\right )\,\sin \left (d\,x^2+c\right )}{8\,d^2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3*(a + b*sin(c + d*x^2))^2,x)

[Out]

-(b^2*cos(c + d*x^2)^2 - 2*a^2*d^2*x^4 - b^2*d^2*x^4 - 8*a*b*sin(c + d*x^2) + 8*a*b*d*x^2*cos(c + d*x^2) + 2*b
^2*d*x^2*cos(c + d*x^2)*sin(c + d*x^2))/(8*d^2)

________________________________________________________________________________________